Crate bevy_text

source ·

Modules

Structs

Enums

  • Determines how lines will be broken when preventing text from running out of bounds.
  • Describes horizontal alignment preference for positioning & bounds.
  • Text is rendered for two different view projections, normal Text2DBundle is rendered with a BottomToTop y axis, and UI is rendered with a TopToBottom y axis. This matters for text because the glyph positioning is different in either layout.

Functions